A few more documentation fixes
authorTimm Bäder <mail@baedert.org>
Tue, 9 Feb 2016 07:05:16 +0000 (08:05 +0100)
committerTimm Bäder <mail@baedert.org>
Tue, 9 Feb 2016 07:05:16 +0000 (08:05 +0100)
gtk/gtkstacksidebar.c
gtk/gtkswitch.c

index ccee1cfd65b589439d0011b8379ac76598ea8410..ec50fc40908c5d76c814bc2d6155078c89eb1bd3 100644 (file)
  * GtkStackSidebar has a single CSS node with name stacksidebar and
  * style class .sidebar.
  *
- * When circumstances require it, GtkStackSwitcher adds the
+ * When circumstances require it, GtkStackSidebar adds the
  * .needs-attention style class to the widgets representing the stack
  * pages.
  *
  * Since: 3.16
  */
+
 struct _GtkStackSidebarPrivate
 {
   GtkListBox *list;
index f2c220af532389c821d618a8d2cf1b72d3227f78..b9162bee1e23e1ccf1e200eda8ab1d0fbf7a6f1a 100644 (file)
@@ -991,7 +991,7 @@ gtk_switch_class_init (GtkSwitchClass *klass)
    *
    * The ::state-set signal on GtkSwitch is emitted to change the underlying
    * state. It is emitted when the user changes the switch position. The
-   * default handler keeps the state in sync with the #GtkState:active
+   * default handler keeps the state in sync with the #GtkSwitch:active
    * property.
    *
    * To implement delayed state change, applications can connect to this signal,